Class symantec.itools.awt.multiList.CompareTextAndImageCells
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.multiList.CompareTextAndImageCells

Object
   |
   +----CompareCells
           |
           +----symantec.itools.awt.multiList.CompareTextAndImageCells

public class CompareTextAndImageCells
extends CompareCells
This is a helper class to the MultiList class. It is used to compare Cells of the MultiList.

Version:
1.1, July 14, 1997
Author:
Symantec

Variable Index

 o errors
Error strings.

Constructor Index

 o symantec.itools.awt.multiList.CompareTextAndImageCells()
Constructs a CompareTextAndImageCells object.

Method Index

 o compareObjects(Object, Object)
Compares the value of two objects.

Variables

 o errors
protected transient java.util.ResourceBundle errors
Error strings.

Constructors

 o CompareTextAndImageCells
public CompareTextAndImageCells()
Constructs a CompareTextAndImageCells object.

Methods

 o compareObjects
public int compareObjects(Object o1,
                          Object o2)
Compares the value of two objects.

Parameters:
o1 - the first object
o2 - the second object
o1 - the first object
o2 - the second object
Returns:
0 if the object's values are equal, less than 0 if the first object's value is less than the second object's value, and greater than 0 if the first object's value is greater than the second object's value
Overrides:
compareObjects in class CompareCells

All Packages  Class Hierarchy  This Package  Previous  Next  Index